home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / NEWS ROOM / Shared.Dir / 00768.ls < prev    next >
Encoding:
Text File  |  1996-02-29  |  195 b   |  10 lines

  1. on PCorMac eitherFN
  2.   if the machineType = 256 then
  3.     set type to "P"
  4.   else
  5.     set type to "M"
  6.   end if
  7.   put type into char length(eitherFN) - 4 of eitherFN
  8.   go("st", string(eitherFN))
  9. end
  10.